Fix the format of .gitreview 12/6912/3
authorJackie Huang <jackie.huang@windriver.com>
Fri, 22 Oct 2021 03:02:53 +0000 (11:02 +0800)
committerJackie Huang <jackie.huang@windriver.com>
Tue, 26 Oct 2021 01:01:18 +0000 (01:01 +0000)
Fix the format of .gitreview to avoid the following error:
ConfigParser.MissingSectionHeaderError: File contains no section
headers.

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: Ib81ad65fa197b19bfa77f9f39cd1a89174f1da3d

.gitreview

index 0c747aa..8b13fe1 100644 (file)
@@ -1,7 +1,5 @@
-
-        [gerrit]
-        host=gerrit.o-ran-sc.org
-        port=29418
-        project=pti/o2
-        defaultbranch=master
-        
\ No newline at end of file
+[gerrit]
+host=gerrit.o-ran-sc.org
+port=29418
+project=pti/o2
+defaultbranch=master