Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Idane committed Feb 2, 2023
1 parent b4e9aee commit 63fc548
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ class ShapeShiftBuilder {
NumberToShortMappingTransformer().toRegistration(true),
NumberToIntMappingTransformer().toRegistration(true),
ImplicitMappingTransformer().toRegistration(false),
ImplicitCollectionMappingTransformer().toRegistration(false),
ImplicitCollectionMappingTransformer().toRegistration(false)
)
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

package dev.krud.shapeshift.transformer

import dev.krud.shapeshift.ShapeShift
import dev.krud.shapeshift.ShapeShiftBuilder
import dev.krud.shapeshift.transformer.base.MappingTransformerContext
import org.junit.jupiter.api.Test
Expand Down Expand Up @@ -428,6 +427,5 @@ class ShapeShiftTransformerTests {
val result = transformer.transform(context)
expectThat(result)
.isEqualTo(expectedResult)

}
}

0 comments on commit 63fc548

Please sign in to comment.