Skip to content

Commit 87f96d5

Browse files
committed
[ga-format-pr] Run ./format_repo.sh to fix formatting
1 parent bcc247d commit 87f96d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

processlist.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ func (pl *ProcessList) BeginQuery(
135135
p.Query = query
136136
p.QueryPid = pid
137137
p.StartedAt = time.Now()
138-
p.Kill = func(){
138+
p.Kill = func() {
139139
print("KILL QUERY!!!\n")
140140
cancel()
141141
}

0 commit comments

Comments
 (0)