Skip to content

Commit

Permalink
testing: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
JalonSolov committed Nov 20, 2024
1 parent a4604d5 commit 29dfd9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions common/testing/testing.v
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import regex
// in place of `return error(message)`
struct DidNotFailError implements IError {
Error
msg string
msg string
}

pub fn (err DidNotFailError) msg() string {
Expand All @@ -18,7 +18,7 @@ pub fn (err DidNotFailError) msg() string {

struct DoesNotWorkError implements IError {
Error
msg string
msg string
}

pub fn (err DoesNotWorkError) msg() string {
Expand All @@ -27,7 +27,7 @@ pub fn (err DoesNotWorkError) msg() string {

struct ExitCodesDifferError implements IError {
Error
msg string
msg string
}

pub fn (err ExitCodesDifferError) msg() string {
Expand Down

0 comments on commit 29dfd9c

Please sign in to comment.