Fixing indentation

This commit is contained in:
Arfon Smith
2016-03-09 06:15:41 -06:00
parent c3b7a1a6fb
commit 8cd80801e8

View File

@@ -322,9 +322,9 @@ module Linguist
end
disambiguate ".rpy" do |data|
if /(^(import|from|class|def)[\s\S])/m.match(data)
if /(^(import|from|class|def)[\s\S])/m.match(data)
Language["Python"]
else
else
Language["Ren'Py"]
end
end