From: Jackie Huang Date: Fri, 22 Oct 2021 03:02:53 +0000 (+0800) Subject: Fix the format of .gitreview X-Git-Tag: 1.0.0~45 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F12%2F6912%2F3;p=pti%2Fo2.git Fix the format of .gitreview Fix the format of .gitreview to avoid the following error: ConfigParser.MissingSectionHeaderError: File contains no section headers. Signed-off-by: Jackie Huang Change-Id: Ib81ad65fa197b19bfa77f9f39cd1a89174f1da3d --- diff --git a/.gitreview b/.gitreview index 0c747aa..8b13fe1 100644 --- a/.gitreview +++ b/.gitreview @@ -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