Skip to content

Commit

Permalink
Merge pull request #438 from xuwei-k/unused-imports
Browse files Browse the repository at this point in the history
remove unused imports
  • Loading branch information
mkurz authored Oct 14, 2024
2 parents fafc93d + 77691ad commit c723349
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/main/scala/com/typesafe/sbteclipse/core/Eclipse.scala
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ package com.typesafe.sbteclipse.core
import EclipsePlugin.{
EclipseClasspathEntry,
EclipseTransformerFactory,
EclipseRewriteRuleTransformerFactory,
EclipseCreateSrc,
EclipseProjectFlavor,
EclipseExecutionEnvironment,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.typesafe.sbteclipse.core

import collection.breakOut
import scala.language.postfixOps

private trait EclipseSDTConfig {
Expand Down

0 comments on commit c723349

Please sign in to comment.