diff options
| author | edwardcwang | 2019-04-15 12:48:19 -0700 |
|---|---|---|
| committer | GitHub | 2019-04-15 12:48:19 -0700 |
| commit | 0028c64922a85087b2b6a6062fe202294e70855a (patch) | |
| tree | a3420435357f90e0444dcfaaf6d53829c8b8958a /chiselFrontend/src | |
| parent | 6169f2b1c2e7d4e2aee098a8d4dbff6c9bcda663 (diff) | |
Style nitpick (#1068)
Diffstat (limited to 'chiselFrontend/src')
| -rw-r--r-- | chiselFrontend/src/main/scala/chisel3/core/Module.scala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chiselFrontend/src/main/scala/chisel3/core/Module.scala b/chiselFrontend/src/main/scala/chisel3/core/Module.scala index 0a5e522f..f97d51ac 100644 --- a/chiselFrontend/src/main/scala/chisel3/core/Module.scala +++ b/chiselFrontend/src/main/scala/chisel3/core/Module.scala @@ -204,7 +204,7 @@ abstract class BaseModule extends HasId { /** Desired name of this module. Override this to give this module a custom, perhaps parametric, * name. */ - def desiredName:String = this.getClass.getName.split('.').last + def desiredName: String = this.getClass.getName.split('.').last /** Legalized name of this module. */ final lazy val name = try { |
