Skip to content

Commit

Permalink
Merge pull request #31 from ringpublishing/dev/tcfv2
Browse files Browse the repository at this point in the history
Fix issue with ktlint
  • Loading branch information
awochniak authored Aug 9, 2023
2 parents b983306 + 8d78130 commit e089610
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ import com.ringpublishing.tracking.internal.log.Logger
import com.ringpublishing.tracking.internal.util.ScreenSizeInfo

internal class EventDecorator(
configurationManager: ConfigurationManager,
gson: Gson,
windowSizeInfo: WindowSizeInfo,
screenSizeInfo: ScreenSizeInfo,
configurationManager: ConfigurationManager,
gson: Gson,
windowSizeInfo: WindowSizeInfo,
screenSizeInfo: ScreenSizeInfo,
)
{
private val decorators = mutableListOf<Decorator>()
Expand Down

0 comments on commit e089610

Please sign in to comment.