...
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user