去除多余空格

This commit is contained in:
click33 2023-05-15 19:55:57 +08:00
parent f4dd609d8a
commit bc7a329840
3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package cn.dev33.satoken.annotation;
package cn.dev33.satoken.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;

View File

@ -16,4 +16,4 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package cn.dev33.satoken;
package cn.dev33.satoken;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package cn.dev33.satoken.springboot;
package cn.dev33.satoken.springboot;
import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.Assertions;