Skip to content

Commit

Permalink
Correct indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Asmund Herikstad committed Apr 7, 2015
1 parent 820f207 commit 7496427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures/catalog.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
angular.module("myApp").controller("helloController", function (gettextCatalog) {
var myString = gettextCatalog.getString("Hello");
var myString2 = gettextCatalog.getString("Hello2", null, "Context");
var myString2 = gettextCatalog.getString("Hello2", null, "Context");
var myString3 = gettextCatalog.getPlural(3, "Bird", "Birds");
});

0 comments on commit 7496427

Please sign in to comment.