We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffa5025 commit 66fab14Copy full SHA for 66fab14
tool/jt.rb
@@ -2854,7 +2854,7 @@ def format_specializations_arguments
2854
end
2855
2856
def format_specializations_check
2857
- abort 'Some Specializations do not use the protected visibility.' if format_specializations_visibility
+ abort 'Some Specializations did not use the protected visibility.' if format_specializations_visibility
2858
abort 'Some Specializations were not properly formatted.' if format_specializations_arguments
2859
abort 'There were extra blank lines around imports.' if Formatting.format_imports
2860
0 commit comments