powerlang / egg

Egg Smalltalk
MIT License
13 stars 2 forks source link

Ston #47

Closed guillermoamaral closed 5 months ago

melkyades commented 5 months ago

@guillermoamaral can we change the style of the end bracket of methods in exported STON specs at commit 431b526? It should be in a separate line as the rest of the code in the repo. In a nutshell, change methods from

Classname >> #foo [
    ^a x]

to

Classname >> #foo [
    ^a x
]