This commit is contained in:
2025-08-21 12:05:20 +02:00
parent 9b2b7283c0
commit 9642922445
32 changed files with 281 additions and 281 deletions

View File

@@ -2,15 +2,15 @@ module codewalker
pub struct CWError {
pub:
message string
linenr int
message string
linenr int
category string
}
pub struct FMError {
pub:
message string
linenr int //is optional
message string
linenr int // is optional
category string
filename string
}
}

View File

@@ -37,5 +37,5 @@ pub mut:
pub struct GitRepoConfig {
pub mut:
remote_check_period int = 3600*24*7 // seconds = 7d
remote_check_period int = 3600 * 24 * 7 // seconds = 7d
}