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:
Ursprung
3a3d23a317
Commit
4cacd84967
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
|
@ -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
|
||||||
|
|
Laden …
In neuem Issue referenzieren