From 61492aff335a66c1815b29c09488f43e99fdc40e Mon Sep 17 00:00:00 2001 From: Wang Jie Date: Tue, 28 Feb 2017 05:04:33 +0800 Subject: [PATCH] Update coding-style.md (#1993) --- opensource/workflow/coding-style.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opensource/workflow/coding-style.md b/opensource/workflow/coding-style.md index a09e434ffe..cb74162d88 100644 --- a/opensource/workflow/coding-style.md +++ b/opensource/workflow/coding-style.md @@ -65,7 +65,7 @@ program code and documentation code. * Include documentation changes in the same commit so that a revert would remove all traces of the feature or fix. -* Reference each issue in your pull request description (`#XXXX`) +* Reference each issue in your pull request description (`#XXXX`). ## Respond to pull requests reviews @@ -93,4 +93,4 @@ program code and documentation code. available almost immediately. * If you made a documentation change, you can see it at - [docs.master.dockerproject.org](http://docs.master.dockerproject.org/). \ No newline at end of file + [docs.master.dockerproject.org](http://docs.master.dockerproject.org/).