Skip to content

Commit

Permalink
[SensionLabsInsight issue #15] - Adding extra newline at end of files:
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonBe committed Jan 15, 2015
1 parent 67acc17 commit e11c697
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
.idea/
vendor/
vendor/
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ before_script:
- composer self-update
- composer install --prefer-source --no-interaction --dev

script: phpunit
script: phpunit
2 changes: 1 addition & 1 deletion src/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
}

return false;
});
});
2 changes: 1 addition & 1 deletion tests/Vies/ViesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ public function testConvertObjectIntoArray($response)
$this->assertEmpty($array['name']);
$this->assertEmpty($array['address']);
}
}
}

0 comments on commit e11c697

Please sign in to comment.