Skip to content

Commit

Permalink
tiny tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
jcp19 committed Nov 5, 2023
1 parent d8e7958 commit 7738270
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,4 @@ target
*.gobrafied
*.internal
.devcontainer
.metals
2 changes: 1 addition & 1 deletion router/dataplane_spec.gobra
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ pred hideLocalIA(p *addr.IA) {
}

pred (err scmpError) ErrorMem() {
err.Cause != nil && err.Cause.ErrorMem()
err.Cause != nil ==> err.Cause.ErrorMem()
}

scmpError implements error
Expand Down

0 comments on commit 7738270

Please sign in to comment.