allura
修訂 | 4cbc8fbefaac7f820e84a9435d38abbfd3c6843c (tree) |
---|---|
時間 | 2012-07-07 05:48:08 |
作者 | bolkimen <bolkimen@yaho...> |
Commiter | Cory Johns |
[#3892] ticket:80 code style, remove tab before blank line
@@ -179,7 +179,7 @@ class TestFunctionalController(TrackerTestController): | ||
179 | 179 | if app.options['mount_point'] == "bugs": |
180 | 180 | assert has_access(app, 'create', admin) |
181 | 181 | assert not has_access(app, 'create', anon) |
182 | - | |
182 | + | |
183 | 183 | index_view = self.app.get('/bugs/') |
184 | 184 | assert 'No open tickets found.' in index_view |
185 | 185 | assert 'Create Ticket' in index_view |