Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pshirshov committed Dec 17, 2024
1 parent 250c1b5 commit 921336e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class CSharpNamingConvention(rule: ProjectNamingRule) {
}

def projectDirName(did: DomainId): String = {
naming.baseProjectId(did).map(_.capitalize).mkString
naming.baseProjectId(did).map(_.capitalize).mkString(".")
}

}

0 comments on commit 921336e

Please sign in to comment.