Skip to content

Commit bb25af6

Browse files
committed
fix linter issue
1 parent 4ca09f7 commit bb25af6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

trace/driver.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,7 @@ type (
237237
// Safe replacement of context are provided only inside callback function
238238
Context *context.Context
239239
}
240-
ClusterInitDoneInfo struct {
241-
}
240+
ClusterInitDoneInfo struct{}
242241
ClusterCloseStartInfo struct {
243242
// Context make available context in trace callback function.
244243
// Pointer to context provide replacement of context in trace callback function.

0 commit comments

Comments
 (0)