Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
justjavac committed Dec 13, 2018
1 parent 98f3544 commit 37ffcf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/console.ts
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ export class Console {

/** Writes an error message to stdout if the assertion is `false`. If the
* assertion is `true`, nothing happens.
*
*
* ref: https://console.spec.whatwg.org/#assert
*/
// tslint:disable-next-line:no-any
Expand All @@ -393,7 +393,7 @@ export class Console {
}

if (args.length === 0) {
this.error("Assertion failed")
this.error("Assertion failed");
return;
}

Expand Down

0 comments on commit 37ffcf2

Please sign in to comment.