Skip to content

Commit

Permalink
add trailing whitespace to test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
WebFreak001 committed Jun 3, 2022
1 parent dfce0d7 commit a2da26c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gems/uniform-function-call-syntax-ufcs.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ können. Dies führt zu klarem und wartbarem Code:

```d
import std.stdio : writefln, writeln;
import std.algorithm.iteration : filter;
import std.algorithm.iteration : filter;
import std.range : iota;
void main()
Expand Down

0 comments on commit a2da26c

Please sign in to comment.