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 35f5d9b commit ffa5025Copy full SHA for ffa5025
tool/jt.rb
@@ -2854,7 +2854,7 @@ def format_specializations_arguments
2854
end
2855
2856
def format_specializations_check
2857
- abort 'Some Specializations were not protected.' if format_specializations_visibility
+ abort 'Some Specializations do 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