Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
Fix duplicate line in Impl Writer
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Bluhm <bluhmdj@ornl.gov>
  • Loading branch information
dbluhm committed Aug 6, 2020
1 parent 61a3b96 commit d2049dd
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -64,7 +64,6 @@ public ImplementationWriter(
this.context.put(INTERFACE, interfaceName);
this.context.put(CLASS, className);
this.context.put(FIELDS, fields);
this.context.put(FIELDS, fields);
this.context.put(TYPES, types);
}
}

0 comments on commit d2049dd

Please sign in to comment.