Skip to content

Commit b881bff

Browse files
author
Shlomi Noach
committed
fixed linter issue
1 parent e618682 commit b881bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/logic/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ func (this *Server) applyServerCommand(command string, writer *bufio.Writer) (pr
144144
switch command {
145145
case "help":
146146
{
147-
fmt.Fprintln(writer, `available commands:
147+
fmt.Fprint(writer, `available commands:
148148
status # Print a detailed status message
149149
sup # Print a short status message
150150
coordinates # Print the currently inspected coordinates

0 commit comments

Comments
 (0)