fix linter

This commit is contained in:
Tejal Desai 2020-02-07 13:47:17 -08:00
parent 8b69a13641
commit c9dc474031
1 changed files with 3 additions and 0 deletions

View File

@ -380,6 +380,9 @@ func TestSnapshotOmitsUnameGname(t *testing.T) {
}
tarPath, err := snapshotter.TakeSnapshotFS()
if err != nil {
t.Fatal(err)
}
f, err := os.Open(tarPath)
if err != nil {