Repository: buildr Updated Branches: refs/heads/master 72f716912 -> d80e0a95f
Remove unnecessary brackets Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/e4976a77 Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/e4976a77 Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/e4976a77 Branch: refs/heads/master Commit: e4976a7735d66a54524787aec4362346490e8d95 Parents: 72f7169 Author: Peter Donald <[email protected]> Authored: Mon Oct 9 18:15:03 2017 +1100 Committer: Peter Donald <[email protected]> Committed: Mon Oct 9 18:15:03 2017 +1100 ---------------------------------------------------------------------- lib/buildr/ide/idea.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/e4976a77/lib/buildr/ide/idea.rb ---------------------------------------------------------------------- diff --git a/lib/buildr/ide/idea.rb b/lib/buildr/ide/idea.rb index 44811e6..90b1ed1 100644 --- a/lib/buildr/ide/idea.rb +++ b/lib/buildr/ide/idea.rb @@ -1010,7 +1010,7 @@ module Buildr #:nodoc: xml.RunnerSettings(:RunnerId => 'Run') xml.ConfigurationWrapper(:RunnerId => 'Run') xml.ConfigurationWrapper(:RunnerId => 'Debug') - xml.method() + xml.method end end
