Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
pshirshov committed Jan 8, 2025
1 parent 3afb0b9 commit ca8fffe
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version = "3.8.3"
runner.dialect = scala3Future
runner.dialect = scala213source3
project.git = true
project.excludePaths = ["glob:**.sbt", "glob:**sbtgen.sc"]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ trait BaboonRules {

object BaboonRules {

class BaboonRulesImpl(logger: BLogger,
types: TypeInfo,
) extends BaboonRules {
class BaboonRulesImpl(logger: BLogger, types: TypeInfo) extends BaboonRules {
override def compute(prev: Domain, last: Domain, diff: BaboonDiff): Either[NEList[BaboonIssue.EvolutionIssue], BaboonRuleset] = {
for {
conversions <- prev.defs.meta.nodes.collect {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,6 @@ object TypeId {
final val lst = BuiltinCollection(TypeName("lst"))
final val set = BuiltinCollection(TypeName("set"))




}

sealed trait ComparatorType
Expand All @@ -205,7 +202,6 @@ object TypeId {
case class MapEquals(keyComparator: ComparatorType, valComparator: ComparatorType) extends Complex
}


}

sealed trait Owner {
Expand Down

0 comments on commit ca8fffe

Please sign in to comment.