From 7279536d8fc3dbacdba2097173934f1926004be8 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Sun, 26 Jul 2015 23:35:56 +0200 Subject: [PATCH] Applied rubocop. --- app/models/store/file.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/models/store/file.rb b/app/models/store/file.rb index 4a91f6b28..b6cbe04e1 100644 --- a/app/models/store/file.rb +++ b/app/models/store/file.rb @@ -5,7 +5,7 @@ class Store include ApplicationLib after_destroy :destroy_provider -=beging +=begin add new file to store @@ -65,7 +65,6 @@ read each file which should be in backend and verify agsinst sha hash in case of fixing sha hash use: - Store::File.verify(true) =end