Skip to content

Commit

Permalink
anObject is renamed to aBoolean in the setters of PPFormatterConfig.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannis-Hofmann committed Jun 2, 2022
1 parent 334a4cd commit 24a9fd2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
accessing
spaceBeforeComma: anObject
spaceBeforeComma: aBoolean

spaceBeforeComma := anObject.
spaceBeforeComma := aBoolean
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
accessing
spaceBeforePointInArray: anObject
spaceBeforePointInArray: aBoolean

spaceBeforePointInArray := anObject.
spaceBeforePointInArray := aBoolean
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"default" : "Alexander Ungefug 5/30/2022 19:03" },
"instance" : {
"spaceBeforeComma" : "YH 6/2/2022 10:19",
"spaceBeforeComma:" : "YH 6/2/2022 10:17",
"spaceBeforeComma:" : "YH 6/2/2022 14:16",
"spaceBeforePointInArray" : "Alexander Ungefug 6/1/2022 15:59",
"spaceBeforePointInArray:" : "Alexander Ungefug 5/30/2022 18:59" } }
"spaceBeforePointInArray:" : "YH 6/2/2022 14:17" } }

0 comments on commit 24a9fd2

Please sign in to comment.