mirror of
https://github.com/dlang-community/dfmt.git
synced 2025-04-25 21:00:03 +03:00
Fix #120
This commit is contained in:
parent
0c0bcf3bf3
commit
5b68b60877
4 changed files with 1756 additions and 1741 deletions
3490
src/dfmt.d
3490
src/dfmt.d
File diff suppressed because it is too large
Load diff
2
tests/allman/issue0120.d.ref
Normal file
2
tests/allman/issue0120.d.ref
Normal file
|
@ -0,0 +1,2 @@
|
|||
auto fun = { int i; // Comment
|
||||
};
|
3
tests/issue0120.d
Normal file
3
tests/issue0120.d
Normal file
|
@ -0,0 +1,3 @@
|
|||
auto fun = {
|
||||
int i; // Comment
|
||||
};
|
2
tests/otbs/issue0120.d.ref
Normal file
2
tests/otbs/issue0120.d.ref
Normal file
|
@ -0,0 +1,2 @@
|
|||
auto fun = { int i; // Comment
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue