Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Commit

Permalink
Fixing Issue 284
Browse files Browse the repository at this point in the history
This commit fixes #284
  • Loading branch information
jthoene committed Aug 6, 2019
1 parent 54ce7a8 commit ae9f093
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ class SolidityQuickfixProvider extends ExpressionsQuickfixProvider {
if (element.eContainer instanceof SourceUnit) {
val sourceUnit = element.eContainer as SourceUnit
val pragma = createPragmaSolidityDirective => [
version = "^" + solcVersion
version = solcVersion
]
sourceUnit.pragma += pragma
}
Expand Down

0 comments on commit ae9f093

Please sign in to comment.