fixed whitespace in dub.json

This commit is contained in:
Johannes Loher 2017-10-09 21:20:20 +02:00
parent e7e135d7ea
commit 8f37710536

View file

@ -11,25 +11,25 @@
"copyright": "Copyright © 2017, Johannes Loher", "copyright": "Copyright © 2017, Johannes Loher",
"license": "MIT", "license": "MIT",
"targetType": "executable", "targetType": "executable",
"targetPath": "generated", "targetPath": "generated",
"configurations": [ "configurations": [
{ {
"name": "executable", "name": "executable",
"versions": [ "versions": [
"VibeDefaultMain" "VibeDefaultMain"
] ]
}, },
{ {
"name": "unittest", "name": "unittest",
"targetType": "executable", "targetType": "executable",
"preBuildCommands": ["dub run unit-threaded -c gen_ut_main -- -f generated/ut.d test"], "preBuildCommands": ["dub run unit-threaded -c gen_ut_main -- -f generated/ut.d test"],
"mainSourceFile": "generated/ut.d", "mainSourceFile": "generated/ut.d",
"sourcePaths": ["test"], "sourcePaths": ["test"],
"dependencies": { "dependencies": {
"unit-threaded": "~>0.7.31" "unit-threaded": "~>0.7.31"
} }
} }
], ],
"versions": [ "versions": [
"VibeUseOpenSSL11" "VibeUseOpenSSL11"
] ]