From 24954876082c4bd5351f70bd5579b4c55d8f50fc Mon Sep 17 00:00:00 2001 From: Prashant Cholachagudda Date: Mon, 23 Oct 2017 08:20:09 +0530 Subject: [PATCH] Fixed code formatting (#1691) --- docs/labels.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/labels.md b/docs/labels.md index 494a7aa51b..1910eeca12 100644 --- a/docs/labels.md +++ b/docs/labels.md @@ -3,6 +3,7 @@ Labels are appended using the method `NewIssue.Labels.Add(x)`. Example: + var myNewIssue = new NewIssue("Issue with dropdown menu"); myNewIssue.Labels.Add("bug"); @@ -18,4 +19,4 @@ The default labels that come with every repository are: ## A Note on Label Colors The official API returns colors without the leading `#` that you may expect when working with hex colors -- for example, white would return `FFFFFF`, not `#FFFFFF`. -If you're displaying the colors, you may need to add the `#` in order to display them properly. \ No newline at end of file +If you're displaying the colors, you may need to add the `#` in order to display them properly.