Skip to content

Commit f129c14

Browse files
committedJan 19, 2023
docs: fix prettier lint
1 parent aa2689b commit f129c14

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎docs/src/content/hardhat-runner/plugins/plugins.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -691,8 +691,7 @@ const communityPlugins: IPlugin[] = [
691691
name: "hardhat-flat-exporter",
692692
author: "Laz",
693693
authorUrl: "https://github.com/Saszr",
694-
description:
695-
"Export flat contract on compilation via Hardhat.",
694+
description: "Export flat contract on compilation via Hardhat.",
696695
tags: ["Flatten", "Smart contract", "Solidity", "Deployment"],
697696
},
698697
];

0 commit comments

Comments
 (0)
Please sign in to comment.