Skip to content

Commit dba076e

Browse files
committed
fix: Resolve lint error
1 parent ef3394e commit dba076e

File tree

1 file changed

+1
-1
lines changed
  • longest-substring-without-repeating-characters

1 file changed

+1
-1
lines changed

longest-substring-without-repeating-characters/mike2ox.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ class Solution {
2424
}
2525
return answer;
2626
}
27-
};
27+
};

0 commit comments

Comments
 (0)