fix alignment

This commit is contained in:
Konstantin Haase 2015-08-21 14:39:19 +02:00
parent 5ef17e7da0
commit 28e3e52b3e

View File

@ -5,7 +5,7 @@ module Travis::API::V3
Accounts = Module.new { extend Services }
Branch = Module.new { extend Services }
Build = Module.new { extend Services }
Builds = Module.new { extend Services }
Builds = Module.new { extend Services }
Organization = Module.new { extend Services }
Organizations = Module.new { extend Services }
Owner = Module.new { extend Services }