Run gofmt -s on httpserver/main.go

This commit is contained in:
Tracker-Friendly 2024-10-25 20:45:05 +01:00
parent d27d8f7f92
commit 4a4aeab9f2
1 changed files with 1 additions and 1 deletions

View File

@ -1,8 +1,8 @@
package main package main
import ( import (
"git.ailur.dev/ailur/httpserver"
"fmt" "fmt"
"git.ailur.dev/ailur/httpserver"
"os" "os"
"strconv" "strconv"
"strings" "strings"