Commit 6ff840e
authored
Fix indentation in application project_info view (#14844)
## Summary of the problem
<!-- Why are these changes being made? What problem does it solve? Link
any related issues to provide more details. -->
17c7664
added some bad formatting causing erb_lint check to fail.
## Describe your changes
<!-- Explain your thought process to the solution and provide a quick
summary of the changes. -->
Fix the hash indentation
<!-- If there are any visual changes, please attach images, videos, or
gifs. -->1 parent bc61ff2 commit 6ff840e
1 file changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments