Skip to content

Commit c6010c3

Browse files
authored
Fix formatting
1 parent c882fab commit c6010c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang-tools-extra/clang-tidy/objc/NSDateFormatterCheck.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ static bool isValidDatePattern(StringRef Pattern) {
4343

4444
// Checks if the string pattern used as a date format specifier contains
4545
// any incorrect pattern and reports it as a warning.
46-
// See: https://www.unicode.org/reports/tr35/tr35-dates.html#Date_Format_Patterns
46+
// See:
47+
// https://www.unicode.org/reports/tr35/tr35-dates.html#Date_Format_Patterns
4748
void NSDateFormatterCheck::check(const MatchFinder::MatchResult &Result) {
4849
// Callback implementation.
4950
const auto *StrExpr = Result.Nodes.getNodeAs<ObjCStringLiteral>("str_lit");

0 commit comments

Comments
 (0)