blob: 26ca1292867e78b947543815efc457d96fd19a3a [file] [log] [blame]
40 columns |
>>> prefers to wrap at => before params
class Foo {
Stream methodName(AssetId id) => methodBodyHereItIs;
}
<<<
class Foo {
Stream methodName(AssetId id) =>
methodBodyHereItIs;
}