Skip to content

Commit 4f13b70

Browse files
committed
for some reasons those files had unprintable characters at the beginning
1 parent e6b0646 commit 4f13b70

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

application/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
buildscript {
1+
buildscript {
22
dependencies {
33
classpath 'org.xerial:sqlite-jdbc:3.50.1.0'
44
}

application/src/main/java/org/togetherjava/tjbot/features/help/HelpSystemHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package org.togetherjava.tjbot.features.help;
1+
package org.togetherjava.tjbot.features.help;
22

33
import net.dv8tion.jda.api.EmbedBuilder;
44
import net.dv8tion.jda.api.entities.Guild;

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
plugins {
1+
plugins {
22
id 'java'
33
id "com.diffplug.spotless" version "7.0.3"
44
id "org.sonarqube" version "6.2.0.5505"

0 commit comments

Comments
 (0)