Remove extra space

Co-authored-by: Yong <yy2452@columbia.edu>
pull/413/head
Martin Habovštiak 3 years ago committed by GitHub
parent 84582bbb88
commit 2c1e437f26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -153,7 +153,7 @@ func Run(rpcCfg RPCConfig) error {
if err := flags.IniParse(configFile, &config); err != nil {
// File not existing is OK as long as it wasn't specified
// explicitly. All other errors (parsing, EACCESS...) indicate
// explicitly. All other errors (parsing, EACCESS...) indicate
// misconfiguration and need to be reported. In case of
// non-not-found FS errors there's high likelihood that other
// operations in data directory would also fail so we treat it

Loading…
Cancel
Save