From 40728ef923af791f42582a657c17abdaeec82b6d Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Fri, 22 Oct 2021 11:02:53 +0800 Subject: [PATCH] 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 --- .gitreview | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) 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 -- 2.16.6