mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 20:34:50 +08:00
Add rubocop to our build. (#5004)
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
# tiny middleware to force https if needed
|
||||
class Discourse::ForceHttpsMiddleware
|
||||
|
||||
def initialize(app, config={})
|
||||
def initialize(app, config = {})
|
||||
@app = app
|
||||
end
|
||||
|
||||
@ -11,4 +11,3 @@ class Discourse::ForceHttpsMiddleware
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user