Skip to content

Commit 75d0a3a

Browse files
committed
fix build error
1 parent 19c9ee0 commit 75d0a3a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

driver.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,5 +269,3 @@ func (d GlusterDriver) NotifyServers(event EtcdEvent) (*client.Response, error)
269269
eventBytes, _ := json.Marshal(event)
270270
return d.EtcdAPI.Set(context.Background(), EtcdEventUrl, string(eventBytes), nil)
271271
}
272-
273-
func (d GlusterDriver)

0 commit comments

Comments
 (0)