##// END OF EJS Templates
remove trailing white-spaces from app/controllers/repositories_controller.rb....
Toshi MARUYAMA -
r6771:d84565220bf5
parent child
Show More
@@ -207,7 +207,7 class RepositoriesController < ApplicationController
207 207 User.current.pref[:diff_type] = @diff_type
208 208 User.current.preference.save
209 209 end
210 @cache_key = "repositories/diff/#{@repository.id}/" +
210 @cache_key = "repositories/diff/#{@repository.id}/" +
211 211 Digest::MD5.hexdigest("#{@path}-#{@rev}-#{@rev_to}-#{@diff_type}-#{current_language}")
212 212 unless read_fragment(@cache_key)
213 213 @diff = @repository.diff(@path, @rev, @rev_to)
General Comments 0
You need to be logged in to leave comments. Login now