You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I've noticed this happening intermittently. Not sure what causes it.
The file looks fairly normal: UTF-8 encoding, just \n and spaces. The file:
# See https://github.com/github/security/issues/63 for more details.moduleActiveModelmoduleMassAssignmentSecurityclassPermissionSetdefremove_multiparameter_id(key)key.to_s.gsub(/\(.+/m,'')endendendend
However, it is rendered with all the ends starting at the beginning of the lines.
So I've noticed this happening intermittently. Not sure what causes it.
The file looks fairly normal: UTF-8 encoding, just
\nand spaces. The file:However, it is rendered with all the
ends starting at the beginning of the lines.