Skip to content

Commit

Permalink
Fix typo in log event (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
cho407 authored Jan 27, 2024
1 parent bc6aa7c commit 875e6b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/AirbnbSwiftFormatTool/AirbnbSwiftFormatTool.swift
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ struct AirbnbSwiftFormatTool: ParsableCommand {

private func log(_ string: String) {
// swiftlint:disable:next no_direct_standard_out_logs
print("[AibnbSwiftFormatTool]", string)
print("[AirbnbSwiftFormatTool]", string)
}

}
Expand Down

0 comments on commit 875e6b0

Please sign in to comment.