fix: code style
ci-agent / build (push) Failing after 24s

This commit is contained in:
d3m0k1d
2026-04-03 22:50:07 +03:00
parent 28ef2dc1fd
commit 83427193bc
3 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -2,8 +2,9 @@ package config
import (
"fmt"
"gopkg.in/yaml.v3"
"os"
"gopkg.in/yaml.v3"
)
func ImportSettings(path string) (*HellreigN, error) {