chore: fix script indent (#2213)

This commit is contained in:
Simon Brugman 2023-01-26 19:53:22 +01:00 committed by GitHub
parent 50c85fd192
commit bab8691132
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -84,7 +84,7 @@ mod tests {
fp.write("\n")
elif line.strip() == "/// Ruff-specific rules":
fp.write(f"/// [{plugin}]({url})\n")
fp.write(f"{indent}/// [{plugin}]({url})\n")
fp.write(f'{indent}#[prefix = "{prefix_code}"]\n')
fp.write(f"{indent}{pascal_case(plugin)},")
fp.write("\n")