From 8cd80801e81072f3ccd085c596b6a1e702baad4f Mon Sep 17 00:00:00 2001 From: Arfon Smith Date: Wed, 9 Mar 2016 06:15:41 -0600 Subject: [PATCH] Fixing indentation --- lib/linguist/heuristics.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/linguist/heuristics.rb b/lib/linguist/heuristics.rb index 895bfa20..5c27ca03 100644 --- a/lib/linguist/heuristics.rb +++ b/lib/linguist/heuristics.rb @@ -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