Skip to content

Commit

Permalink
style: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Feb 15, 2020
1 parent 10e8e8b commit ab8b642
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import kotlinx.serialization.Serializable
@Serializable
open class CodePackageInfo(
var ProjectName: String = "",
var Dependencies : Array<CodeDependency> = arrayOf()
var Dependencies: Array<CodeDependency> = arrayOf()
) {

}

0 comments on commit ab8b642

Please sign in to comment.