mirror of
https://github.com/OliveTin/OliveTin
synced 2025-12-11 16:45:42 +00:00
fmt: gofmt
This commit is contained in:
@@ -38,7 +38,7 @@ type WebsocketExecutionListener struct{}
|
||||
func (WebsocketExecutionListener) OnExecutionStarted(ile *executor.InternalLogEntry) {
|
||||
broadcast(&pb.EventExecutionStarted{
|
||||
LogEntry: internalLogEntryToPb(ile),
|
||||
});
|
||||
})
|
||||
}
|
||||
|
||||
func OnEntityChanged() {
|
||||
@@ -179,4 +179,3 @@ func internalLogEntryToPb(logEntry *executor.InternalLogEntry) *pb.LogEntry {
|
||||
User: logEntry.Username,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user