adamsaghy commented on PR #5264:
URL: https://github.com/apache/fineract/pull/5264#issuecomment-3706983367
```
Execution failed for task ':spotlessMiscCheck'.
> The following files had format violations:
fineract-provider/src/main/resources/db/changelog/tenant/parts/0071_1_fix_invalid_filename_for_0072.xml
@@ -35,12 +35,12 @@
············Fix·invalid·space·in·Liquibase·changelog·filename·for·Windows·compatibility
········</comment>
-·\t<sql>
-\t····UPDATE·databasechangelog
-····\t····SET·filename·=·'db/changelog/tenant/parts/0072_add_result_and_status_to_command_source.xml',
-············\tmd5sum·=·NULL
+·····<sql>
+········UPDATE·databasechangelog
+············SET·filename·=·'db/changelog/tenant/parts/0072_add_result_and_status_to_command_source.xml',
+················md5sum·=·NULL
············WHERE·filename·=·'db/changelog/tenant/parts/0072_add_result_and·status_to_command_source.xml';
-\t</sql>
+····</sql>
····</changeSet>
Run './gradlew :spotlessApply' to fix these violations.
```
Please run ` ./gradlew spotlessApply spotbugsMain spotbugsTest
checkstyleMain checkstyleTest`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]