Resolve "[Bug] - The indentation of the statement in line 1615 is wrong"
Merged
requested to merge 118-bug-the-indentation-of-the-statement-in-line-1615-is-wrong into master
Edited by Danijel Schorlemmer
Merge request reports
Activity
Filter activity
assigned to @ds
added 1 commit
- 93e93ff2 - Correct the indentation of the SQL statement in `create_damage_view()`
added 1 commit
- 361cbf8f - Correct the indentation of the SQL statement in `create_damage_view()`
added 1 commit
- 12890f4e - Correct the indentation of the SQL statement in `create_damage_view()`
Please note in this MR that not only the relative position of the SQL block compared to the variable name
sql_statement = f"""
has changed but also the indentation of the linesql_statement = f"""
has changed. In order to review this MR, you should check the entire function in which this SQL statement is built.
Please register or sign in to reply