Skip to content

Commit

Permalink
Formatting...
Browse files Browse the repository at this point in the history
  • Loading branch information
davesmith00000 committed Dec 8, 2023
1 parent a185328 commit 902bed8
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ sealed trait ElectronInstall {

def devDependencies: String =
this match {
case ElectronInstall.Global => ""
case ElectronInstall.Version(version) => s""""electron": "${version}""""
case ElectronInstall.Latest => ""
case ElectronInstall.PathToExecutable(_) => ""
case ElectronInstall.Global => ""
case ElectronInstall.Version(version) => s""""electron": "${version}""""
case ElectronInstall.Latest => ""
case ElectronInstall.PathToExecutable(_) => ""
}

}
Expand Down

0 comments on commit 902bed8

Please sign in to comment.