Skip to content

Commit

Permalink
Remove trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunYen-Chen committed Sep 8, 2024
1 parent 2c14cd5 commit afae825
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tool/wiki/sync_test_problem_pages.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ def CopyAndAddWarning( filename, target ):

f.write( '> [!CAUTION]\n' )
f.write( '> Please do not edit this file(page) manually since the workflow will overwrite your changes.\n' )
f.write( '> \n' )
f.write( '>\n' )
f.write( '> This file(page) is automatically generated by the workflow `Update test problem wiki page` using the script `tool/wiki/sync_test_problem_pages.py`.\n' )
f.write( '> \n' )
f.write( '>\n' )
f.write( '> The workflow is triggered by push changes to any of `example/test_problem/*/*/README.md` and `tool/wiki/sync_test_problem_pages.py`.\n' )
f.write( '\n' )
f.write( 'Before going to the test problem, please check out the demos in [[Quick Start]].\n' )
Expand Down

0 comments on commit afae825

Please sign in to comment.