Skip to content

Commit

Permalink
Align curly bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
jooo-lee authored Oct 3, 2023
1 parent 895edbf commit 60a23aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const myObject = {
  otherProperty: 77,
  "obnoxious property": function() {
    // do stuff!
 }
  }
}
~~~

Expand Down

0 comments on commit 60a23aa

Please sign in to comment.