Skip to content

Commit

Permalink
Whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
zachsnow committed Nov 23, 2016
1 parent 20af06c commit d3b6daa
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions test/unit/elif.spec.js
@@ -1,4 +1,4 @@
(function () {
(function(){
'use strict';

var text = function(e){
Expand Down Expand Up @@ -38,7 +38,7 @@
}
]);

describe('ng-if', function () {
describe('ng-if', function(){
beforeEach(module('elif'));
beforeEach(module('counts'));

Expand Down Expand Up @@ -87,7 +87,7 @@

});

describe('ng-elif', function () {
describe('ng-elif', function(){
beforeEach(module('elif'));
beforeEach(module('counts'));

Expand Down Expand Up @@ -190,8 +190,7 @@
});



describe('ng-else', function () {
describe('ng-else', function(){
beforeEach(module('elif'));
beforeEach(module('counts'));

Expand Down

0 comments on commit d3b6daa

Please sign in to comment.