12934: Fix gofmt
[arvados.git] / services / crunch-run / crunchrun.go
index bf5a1646e948b127eb7193a2e54e1be2f49452bb..bb5973d874533bb6d7d27dcafc30652b9b956d87 100644 (file)
@@ -1057,7 +1057,7 @@ func (runner *ContainerRunner) UploadOutputFile(
        if info.Mode().IsDir() {
                // if empty, need to create a .keep file
                dir, direrr := os.Open(path)
-               if (direrr != nil) {
+               if direrr != nil {
                        return "", direrr
                }
                defer dir.Close()