Skip to content

Commit

Permalink
Remove trailing whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Dec 22, 2023
1 parent bb00224 commit ce8bc73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ class App < Sinatra::Base
halt 404
end
end

get '/db/people' do
@pagy, @people = pagy(Ronin::DB::Person)

Expand Down

0 comments on commit ce8bc73

Please sign in to comment.