Skip to content

Commit

Permalink
ktlint
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrill-halter-ergon committed Jul 10, 2024
1 parent 3362161 commit 1b19cee
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class CodeGenerator(private val filer: Filer) {
StandardLocation.SOURCE_OUTPUT,
fileWithHeader.packageName,
"${fileWithHeader.name}.kt",
*originatingElements.toTypedArray(),
*originatingElements.toTypedArray()
)
try {
filerSourceFile.openWriter().use { it.write(fixedFileString) }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import com.schwarz.crystalapi.Reduces
import com.schwarz.crystalapi.deprecated.Deprecated
import com.schwarz.crystalapi.query.Queries
import com.schwarz.crystalapi.query.Query
import com.sun.tools.javac.code.Type
import org.apache.commons.lang3.text.WordUtils
import org.jetbrains.annotations.Nullable
import javax.lang.model.element.Element
Expand Down
1 change: 0 additions & 1 deletion demo/src/main/java/com/schwarz/crystaldemo/tesst/Task.kt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ open class Task {
suspend fun suspendingUltraComplexQueryWithAVeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeryLongName(storeId: String): List<TaskEntity> {
return emptyList()
}

}
//
// override fun documentId(): String {
Expand Down

0 comments on commit 1b19cee

Please sign in to comment.