Skip to content

Commit

Permalink
Ensure name is capitalized
Browse files Browse the repository at this point in the history
  • Loading branch information
travisbrown committed Nov 9, 2020
1 parent ae42ec1 commit abfc90d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion argus/src/main/scala/argus/macros/ASTHelpers.scala
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class ASTHelpers[U <: Universe](val u: U) {
}.toList

val name = RefNameExtractor.findFirstIn(ref).get
defPath :+ name
defPath :+ name.capitalize
}

/**
Expand Down

0 comments on commit abfc90d

Please sign in to comment.