Run formatter
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Arsen Musayelyan 2023-01-03 09:18:57 -08:00
parent 1ad99fafc4
commit 27cd275ddb
3 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ type NotifyData struct {
type FSTransferProgress struct {
Total uint32
Sent uint32
Err error
Err error
}
type FileInfo struct {

View File

@ -16,7 +16,7 @@ import (
var cfgDir string
func init() {
etcPath := "/etc/itd.toml";
etcPath := "/etc/itd.toml"
// Set up logger
log.Logger = log.Output(zerolog.ConsoleWriter{Out: os.Stderr})

View File

@ -9,7 +9,7 @@ func TestTransliterate(t *testing.T) {
expected string
}
var cases = []testCase{
cases := []testCase{
{"eASCII", "œª°«»", `oeao""`},
{"Scandinavian", "ÆæØøÅå", "AeaeOeoeAaaa"},
{"German", "äöüÄÖÜßẞ", "aeoeueAeOeUessSS"},