Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcclory-contrast committed Sep 29, 2020
1 parent 21ea222 commit 3f0ea1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/scanner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ export class Scanner {
this.index += 1;
str = '?.';
}
break;
break;
default:
// 4-character punctuator.
str = this.source.substr(this.index, 4);
Expand Down

0 comments on commit 3f0ea1d

Please sign in to comment.