Leonard Gram 7 年之前
父節點
當前提交
1a554e2421
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      scripts/build/release_publisher/publisher_test.go

+ 0 - 2
scripts/build/release_publisher/publisher_test.go

@@ -193,8 +193,6 @@ func TestFilterBuildArtifacts(t *testing.T) {
 		{os: "foobar", arch: "amd64"},
 		{os: "foobar", arch: "amd64"},
 	})
 	})
 
 
-
-
 	if err == nil {
 	if err == nil {
 		t.Errorf("Expected an error as a we tried to filter on a nonexiststant os.")
 		t.Errorf("Expected an error as a we tried to filter on a nonexiststant os.")
 	}
 	}