0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-11-10 04:12:53 +01:00

code formatting

Dieser Commit ist enthalten in:
Faizaan Gagan 2021-05-08 23:38:26 +05:30
Ursprung 3a3d23a317
Commit 4cacd84967

Datei anzeigen

@ -1,4 +1,5 @@
# frozen_string_literal: true
module CustomWizard module CustomWizard
class SprocketsFileNotFound < StandardError; end class SprocketsFileNotFound < StandardError; end
class SprocketsEmptyPath < StandardError; end class SprocketsEmptyPath < StandardError; end
end end