Code correction

This commit is contained in:
Vlad 2020-12-12 21:16:07 +03:00
parent 136beef976
commit 2712da9b89
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ module Touchlane
end
end
def self.get_features_from_file(path)
def self.get_features_from_file(path)
unless File.exists? path
raise "Unable to load features from file at #{path}"
else