Skip to content

Commit

Permalink
Fix(inlines-spec.js): use spaces, not tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres committed May 24, 2016
1 parent 9fbcd6f commit 96a5393
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/spec/core/inlines-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ describe("Core - Inlines", function() {
};
ops.config.localBiblio = {
"DAHU": {
title: "One short leg. How I learned to overcome.",
publisher: "Publishers Inc."
title: "One short leg. How I learned to overcome.",
publisher: "Publishers Inc."
},
"REX": {
title: "Am I a dinosaur or a failed technology?",
publisher: "Publishers Inc."
title: "Am I a dinosaur or a failed technology?",
publisher: "Publishers Inc."
},
};
makeRSDoc(ops, function(doc) {
Expand Down

0 comments on commit 96a5393

Please sign in to comment.