You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2022/05/11 02:27:06 UTC

[apisix] branch master updated: docs: updated CODE_STYLE.md (#7023)

This is an automated email from the ASF dual-hosted git repository.

spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new 223b8aebb docs: updated CODE_STYLE.md (#7023)
223b8aebb is described below

commit 223b8aebb5a84abe0bdfc72ff35c15c562fa6aee
Author: Bennet Gallein <me...@bennetgallein.de>
AuthorDate: Wed May 11 04:27:00 2022 +0200

    docs: updated CODE_STYLE.md (#7023)
    
    Hey,
    I've noticed a missing space here, hope you dont mind!
---
 CODE_STYLE.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CODE_STYLE.md b/CODE_STYLE.md
index 95432158d..e7a00bc13 100644
--- a/CODE_STYLE.md
+++ b/CODE_STYLE.md
@@ -122,7 +122,7 @@ end
 if a == 1 then
     foo()
 
-elseif a== 2 then
+elseif a == 2 then
     bar()
 
 elseif a == 3 then