Applied rubocop.
This commit is contained in:
parent
97961e7020
commit
7279536d8f
1 changed files with 1 additions and 2 deletions
|
@ -5,7 +5,7 @@ class Store
|
||||||
include ApplicationLib
|
include ApplicationLib
|
||||||
after_destroy :destroy_provider
|
after_destroy :destroy_provider
|
||||||
|
|
||||||
=beging
|
=begin
|
||||||
|
|
||||||
add new file to store
|
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:
|
in case of fixing sha hash use:
|
||||||
|
|
||||||
|
|
||||||
Store::File.verify(true)
|
Store::File.verify(true)
|
||||||
|
|
||||||
=end
|
=end
|
||||||
|
|
Loading…
Reference in a new issue