1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

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

View file

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