Skip to content

Commit

Permalink
Merge pull request #1642 from KOSASIH/deepsource-transform-22cbfe88
Browse files Browse the repository at this point in the history
style: format code with Autopep8, Black, ClangFormat, dotnet-format, Go fmt, Gofumpt, Google Java Format, isort, Ktlint, PHP CS Fixer, Prettier, RuboCop, Ruff Formatter, Rustfmt, Scalafmt, StandardJS, StandardRB, swift-format and Yapf
  • Loading branch information
KOSASIH authored Dec 3, 2024
2 parents c2cc84f + 0c6b99b commit 1bde288
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const PiNetworkData = artifacts.require("PiNetworkData");
const PiNetworkData = artifacts.require('PiNetworkData');

module.exports = async function(deployer) {
module.exports = async function (deployer) {
await deployer.deploy(PiNetworkData);
const piNetworkData = await PiNetworkData.deployed();
console.log(`PiNetworkData deployed at ${piNetworkData.address}`);
Expand Down

0 comments on commit 1bde288

Please sign in to comment.