Skip to content

Commit

Permalink
Update libdparse to v0.11.2 (#429)
Browse files Browse the repository at this point in the history
Update libdparse to v0.11.2
merged-on-behalf-of: Basile-z <Basile-z@users.noreply.github.com>
  • Loading branch information
LaurentTreguier authored and dlang-bot committed Feb 12, 2019
1 parent dae7d85 commit b34acc9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"targetType": "autodetect",
"license": "BSL-1.0",
"dependencies": {
"libdparse": "~>0.10.12"
"libdparse": "~>0.11.2"
},
"targetPath" : "bin/",
"targetName" : "dfmt",
Expand Down
2 changes: 1 addition & 1 deletion src/dfmt/tokens.d
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ private string generateFixedLengthCases()
"package", "pragma", "private", "protected", "public", "pure", "real", "ref", "return", "scope",
"shared", "short", "static", "struct", "super", "switch", "synchronized", "template", "this",
"throw", "true", "try", "typedef", "typeid", "typeof", "ubyte", "ucent", "uint", "ulong",
"union", "unittest", "ushort", "version", "void", "volatile", "wchar",
"union", "unittest", "ushort", "version", "void", "wchar",
"while", "with", "__DATE__", "__EOF__", "__FILE__",
"__FUNCTION__", "__gshared", "__LINE__", "__MODULE__", "__parameters",
"__PRETTY_FUNCTION__", "__TIME__", "__TIMESTAMP__",
Expand Down

0 comments on commit b34acc9

Please sign in to comment.