Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
nateberkopec committed Jan 2, 2024
1 parent 804f2da commit 7d16109
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/mini_profiler/timer_struct/page.rb
Expand Up @@ -103,10 +103,10 @@ def name
def page_name(env)
if env['QUERY_STRING'] && env['QUERY_STRING'] != ""
env['PATH_INFO'] + "?" + env['QUERY_STRING']
else
else
env['PATH_INFO']
end
end
end

def duration_ms
@attributes[:root][:duration_milliseconds]
Expand Down

0 comments on commit 7d16109

Please sign in to comment.