File tree 3 files changed +23
-7
lines changed
3 files changed +23
-7
lines changed Original file line number Diff line number Diff line change
1
+ public type A = B; # Should stay here.
2
+
3
+ public type A = unit {}; # Should stay here.
4
+ public type A = struct {}; # Should stay here.
5
+
6
+ function f() {} # Should stay here.
Original file line number Diff line number Diff line change
1
+ public type A = B; # Should stay here.
2
+
3
+ public type A = unit {}; # Should stay here.
4
+ public type A = struct {}; # Should stay here.
5
+
6
+ function f() {} # Should stay here.
Original file line number Diff line number Diff line change 223
223
(import)
224
224
] @allow_blank_line_before
225
225
226
- [
227
- (enum_decl)
228
- (type_decl)
229
- (function_decl)
230
- (struct_decl)
231
- ]
232
- @append_hardline
226
+ (
227
+ [
228
+ (enum_decl)
229
+ (type_decl)
230
+ (function_decl)
231
+ (struct_decl)
232
+ ]
233
+ @append_hardline
234
+ .
235
+ (comment)? @do_nothing
236
+ )
233
237
234
238
[
235
239
(field_decl)
You can’t perform that action at this time.
0 commit comments