Skip to content

Commit

Permalink
chore: slight tweak to formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Jul 3, 2019
1 parent c53665b commit 3b89774
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ negative:

$DONOTEVALUATE();

const a = {fn: () => {}};
const a = {fn() {}};

a?.fn
`hello`;
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const i = 0;
const obj = {
a: 'hello',
b: {val: 13},
c: (arg1) => {
c(arg1) {
return arg1 * 2;
},
arr: [11, 12]
Expand Down

0 comments on commit 3b89774

Please sign in to comment.