This website requires JavaScript.
Explore
Help
Sign In
forks
/
dfmt
mirror of
https://github.com/dlang-community/dfmt.git
Watch
1
Star
0
Fork
You've already forked dfmt
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a4fbc6f881
dfmt
/
tests
/
allman
/
argument_chain_keep_breaks....
16 lines
242 B
Plaintext
Raw
Blame
History
class C
{
void f()
{
if (true)
{
f(
array.map!(a => a.prop)
.array
.to!string,
__FILE__,
__LINE__);
}
}
}
Reference in New Issue
View Git Blame
Copy Permalink