chore: update format

This commit is contained in:
Bo-Yi Wu 2019-05-11 21:31:19 +08:00
parent b4a9fbedff
commit e19e960a89

View File

@ -56,5 +56,9 @@ action "Add secret in args" {
"HOST",
"KEY",
]
args = ["--username", "$USERNAME", "--source", "tests/a.txt", "--source", "tests/b.txt"]
args = [
"--username", "$USERNAME",
"--source", "tests/a.txt",
"--source", "tests/b.txt",
]
}