Skip to content

Commit

Permalink
Update assertions/manager.go
Browse files Browse the repository at this point in the history
  • Loading branch information
rauljordan authored Dec 10, 2024
1 parent 1b1c34c commit 2d467d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assertions/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ var defaultTimings = timings{
confInterval: time.Second * 10,
postInterval: time.Hour,
avgBlockTime: time.Second * 12,
minGapToParent: time.Minute * 10, // Correct default?
minGapToParent: time.Minute * 15

Check failure on line 54 in assertions/manager.go

View workflow job for this annotation

GitHub Actions / Build and Test

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 54 in assertions/manager.go

View workflow job for this annotation

GitHub Actions / Gosec scan

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 54 in assertions/manager.go

View workflow job for this annotation

GitHub Actions / Lint

syntax error: unexpected newline in composite literal; possibly missing comma or } (typecheck)

Check failure on line 54 in assertions/manager.go

View workflow job for this annotation

GitHub Actions / Lint

missing ',' before newline in composite literal (typecheck)

Check failure on line 54 in assertions/manager.go

View workflow job for this annotation

GitHub Actions / Lint

syntax error: unexpected newline in composite literal; possibly missing comma or }) (typecheck)

Check failure on line 54 in assertions/manager.go

View workflow job for this annotation

GitHub Actions / Lint

syntax error: unexpected newline in composite literal; possibly missing comma or }) (typecheck)
}

// The Manager struct is responsible for several tasks related to the assertion
Expand Down

0 comments on commit 2d467d9

Please sign in to comment.