Skip to content

Commit

Permalink
go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
damccorm committed Aug 30, 2022
1 parent d6705b0 commit 3c80a2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdks/go/test/integration/primitives/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -566,4 +566,4 @@ func SetStateParDoClear() *beam.Pipeline {
passert.Equals(s, counts, "apple: [apple]", "pear: [pear]", "peach: [peach]", "apple: [apple1 apple2 apple3]", "apple: []", "pear: [pear1 pear2 pear3]")

return p
}
}
2 changes: 1 addition & 1 deletion sdks/go/test/integration/primitives/state_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ func TestSetState(t *testing.T) {
func TestSetStateClear(t *testing.T) {
integration.CheckFilters(t)
ptest.RunAndValidate(t, SetStateParDoClear())
}
}

0 comments on commit 3c80a2d

Please sign in to comment.