Skip to content

Commit

Permalink
fixed style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
amircybersec committed Oct 10, 2023
1 parent 9709d29 commit 3a3a9ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/examples/outline-connectivity/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ func main() {
log.Fatalf("Failed to output JSON: %v", err)
}
// Send error report to collector if specified
if success == false && *collectorFlag != "" {
if !success && *collectorFlag != "" {
jsonData, err := json.Marshal(record)
if err != nil {
log.Fatalf("Error encoding JSON: %s\n", err)
Expand Down

0 comments on commit 3a3a9ab

Please sign in to comment.