Skip to content

Commit

Permalink
Remove extra newlines from code
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecat authored and mfuji09 committed Oct 10, 2023
1 parent cc06522 commit 254f10c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions files/ja/web/api/workernavigator/mediacapabilities/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ navigator.mediaCapabilities
},
})
.then((result) => {
console.log(
`この構成に対応していま${result.supported ? "" : "せん"}`,
);
console.log(`この構成に対応していま${result.supported ? "" : "せん"}`);
console.log(`スムーズ${result.smooth ? "" : "じゃない"}です。`);
console.log(`電力効率が${result.powerEfficient ? "よい" : "よくない"}です。`);
});
Expand Down

0 comments on commit 254f10c

Please sign in to comment.