diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-05-27 01:24:20 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-05-27 01:24:20 -0400 |
commit | 921eb00c131fe0c6f0834f2556e7597424a3ba49 (patch) | |
tree | 04acf5223dd4978013d75d8f85e811e0756852c2 /source/util.d | |
parent | 97ebb43d26d3e452f6ac8995f212ba971aefc231 (diff) | |
download | dm-921eb00c131fe0c6f0834f2556e7597424a3ba49.tar.gz |
Better testing
Diffstat (limited to 'source/util.d')
-rw-r--r-- | source/util.d | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/util.d b/source/util.d index d49f9d7..04b8be7 100644 --- a/source/util.d +++ b/source/util.d @@ -93,4 +93,3 @@ string safe_install(string specs) { } return result.join(" "); } - |