Skip to content

Commit

Permalink
fix: typo fix
Browse files Browse the repository at this point in the history
Signed-off-by: viktor-kurchenko <[email protected]>
  • Loading branch information
viktor-kurchenko committed Apr 22, 2024
1 parent 515a800 commit 5777f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connectivity/check/logging.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func (ct *ConnectivityTest) Headerf(format string, a ...interface{}) {
fmt.Fprintf(ct.params.Writer, "\n"+format+"\n", a...)
}

// Timestamps logs the current timestamp.
// Timestamp logs the current timestamp.
func (ct *ConnectivityTest) Timestamp() {
if ct.timestamp() {
fmt.Fprint(ct.params.Writer, timestamp())
Expand Down

0 comments on commit 5777f53

Please sign in to comment.