Skip to content

Commit c881ef4

Browse files
pieternnfx
authored andcommitted
Lint
1 parent 96f4f60 commit c881ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlanalytics/resource_visualization.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ func ResourceVisualization() *schema.Resource {
180180
if err != nil {
181181
panic(err)
182182
}
183-
return bytes.Compare(oldp, newp) == 0
183+
return bytes.Equal(oldp, newp)
184184
}
185185
return m
186186
}),

0 commit comments

Comments
 (0)