apply linter

This commit is contained in:
Myzel394 2024-11-03 18:25:04 +01:00
parent 1f6ecaff90
commit 4bd84b9774
No known key found for this signature in database
GPG Key ID: ED20A1D1D423AF3F

View File

@ -8,7 +8,7 @@ type LanguageOverwrite struct {
Language SupportedLanguage
// The start of the overwrite
Raw string
Raw string
Line uint32
Character uint32
}