Skip to content

Commit

Permalink
tab -> spaces
Browse files Browse the repository at this point in the history
god forbid anyone have a tab in their code ¬_¬
  • Loading branch information
Cauterite authored Jul 26, 2016
1 parent c0fb999 commit 052fcc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/typecons.d
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ private:

unittest
{
struct Bar {int val;}
struct Bar {int val;}
struct Foo {
Unique!Bar bar = new Bar;
}
Expand Down

0 comments on commit 052fcc9

Please sign in to comment.