Skip to content

Commit

Permalink
Running prettier.
Browse files Browse the repository at this point in the history
  • Loading branch information
Freydal committed Oct 14, 2019
1 parent a4ca5e3 commit c86af67
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/kosu-migrations/scripts/generateReadme.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ const printTableCorrectly = (jsonOutput, table) => {

jsonOutput.push({ h1: "Kosu Migrations" });
jsonOutput.push({
p:
"This repository contains the migrations necessary to initialize the Kosu contract system.",
p: "This repository contains the migrations necessary to initialize the Kosu contract system.",
});
jsonOutput.push({ p: "These contracts are **under active development and may change extensively at any time**." });
jsonOutput.push({ h2: "Deployed addresses" });
Expand Down

0 comments on commit c86af67

Please sign in to comment.