mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 01:44:34 +08:00
removes empty space
This commit is contained in:
parent
e019767e90
commit
38b0cb742c
1 changed files with 0 additions and 2 deletions
|
@ -155,13 +155,11 @@ class RepositoryColumnsController < ApplicationController
|
|||
end
|
||||
end
|
||||
|
||||
|
||||
private
|
||||
|
||||
include StringUtility
|
||||
AvailableRepositoryColumn = Struct.new(:id, :name)
|
||||
|
||||
|
||||
def load_vars
|
||||
@repository = Repository.find_by_id(params[:repository_id])
|
||||
render_404 unless @repository
|
||||
|
|
Loading…
Reference in a new issue