1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-07-04 13:27:14 +08:00

sharness: fix indent in few more places

License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
This commit is contained in:
Łukasz Magiera
2017-09-06 21:14:21 +02:00
parent 9d14b47fef
commit fdccfea029
7 changed files with 51 additions and 51 deletions

View File

@ -41,12 +41,12 @@ test_config_cmd_set() {
# (i.e. just setting 'ipfs config --json foo "[1, 2, 3]"') may # (i.e. just setting 'ipfs config --json foo "[1, 2, 3]"') may
# set it as astring instead of proper json. We leverage the # set it as astring instead of proper json. We leverage the
# unmarshalling that has to happen. # unmarshalling that has to happen.
CONFIG_SET_JSON_TEST='{ CONFIG_SET_JSON_TEST=$(echo '{
"MDNS": { "MDNS": {
"Enabled": true, "Enabled": true,
"Interval": 10 "Interval": 10
} }
}' }' | sed 's/\t/ /g')
test_config_cmd() { test_config_cmd() {
test_config_cmd_set "beep" "boop" test_config_cmd_set "beep" "boop"