Skip to content

Commit

Permalink
Spotless Apply
Browse files Browse the repository at this point in the history
  • Loading branch information
Zzm0809 authored and github-actions[bot] committed Dec 8, 2024
1 parent 6734e6d commit 609b733
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@

package org.dinky.interceptor;

import lombok.extern.slf4j.Slf4j;
import org.apache.ibatis.executor.parameter.ParameterHandler;
import org.apache.ibatis.executor.statement.StatementHandler;
import org.apache.ibatis.mapping.BoundSql;
import org.apache.ibatis.plugin.Interceptor;
Expand All @@ -33,6 +31,8 @@
import java.sql.Connection;
import java.util.Properties;

import lombok.extern.slf4j.Slf4j;

@Intercepts({
@Signature(
type = StatementHandler.class,
Expand Down

0 comments on commit 609b733

Please sign in to comment.