Skip to content

Commit

Permalink
trivial: Fix redundant attributes
Browse files Browse the repository at this point in the history
Found by dscanner
  • Loading branch information
ximion committed Apr 23, 2018
1 parent 8a87aef commit b2bda6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/asgen/font.d
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import asgen.config : Config;
// determined on the command-line via:
// fc-query --format='FN: %{fullname}\nFS: %{family[0]} %{style[0]}\n' <fontfile>

private static __gshared string[string] iconTexts;
private static string[string] iconTexts;

// initialize module static data
shared static this ()
Expand Down

0 comments on commit b2bda6f

Please sign in to comment.