Skip to content
Snippets Groups Projects
Commit cfeaaf21 authored by Nando Farchmin's avatar Nando Farchmin
Browse files

fix minor bug in random git commit script

parent b80054d9
No related branches found
No related tags found
1 merge request!2Develop
......@@ -7,7 +7,7 @@ import numpy as np
def generate_random_change():
num = np.random.randint(1_000, 1_000_000)
msg = f"random number for commit: {num:d}\n"
msg = f"random number for commit: {num:d}\n\n"
return msg
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment