remove a redundant `require`

As `require 'sinatra/base'` is the first line of sinatra/main, this looks redundant to me.
This commit is contained in:
Alexey Muranov 2014-05-03 15:08:53 +02:00
parent f7dfcb35a5
commit f71002393f
1 changed files with 0 additions and 1 deletions

View File

@ -1,4 +1,3 @@
require 'sinatra/base'
require 'sinatra/main'
enable :inline_templates