Skip to content

Commit cd3d721

Browse files
committed
Fix goimport
1 parent 480bd32 commit cd3d721

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

driver/sql/metrics_nop.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ var NopMetrics Metrics = &nopMetrics{}
55

66
type nopMetrics struct{}
77

8-
func (nm *nopMetrics) ReceivedNotification(isNotification bool) {}
9-
func (nm *nopMetrics) QueueNotification(notification *ProjectionNotification) {}
8+
func (nm *nopMetrics) ReceivedNotification(isNotification bool) {}
9+
func (nm *nopMetrics) QueueNotification(notification *ProjectionNotification) {}
1010
func (nm *nopMetrics) StartNotificationProcessing(notification *ProjectionNotification) {}
11-
func (nm *nopMetrics) FinishNotificationProcessing(notification *ProjectionNotification, success bool) {}
11+
func (nm *nopMetrics) FinishNotificationProcessing(notification *ProjectionNotification, success bool) {
12+
}

0 commit comments

Comments
 (0)