mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 13:31:18 +08:00
Fix all the trailing whitespace
This commit is contained in:
@ -8,7 +8,7 @@ class DraftController < ApplicationController
|
||||
end
|
||||
|
||||
def update
|
||||
Draft.set(current_user, params[:draft_key], params[:sequence].to_i, params[:data])
|
||||
Draft.set(current_user, params[:draft_key], params[:sequence].to_i, params[:data])
|
||||
render :text => 'ok'
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user