| @@ -23,6 +23,6 @@ | ||
| 23 | 23 | return new GithubIssueClosedState(); | 
| 24 | 24 | } | 
| 25 | 25 | |
| 26 | - throw new Exception($githubIssueStateTest.' is not recognized issue state'); | |
| 26 | + throw new Exception($githubIssueStateTest . ' is not recognized issue state'); | |
| 27 | 27 | } | 
| 28 | 28 | } | 
| @@ -23,6 +23,6 @@ | ||
| 23 | 23 | return new GithubMilestoneClosedState(); | 
| 24 | 24 | } | 
| 25 | 25 | |
| 26 | - throw new Exception($githubMilestoneStateTest.' is not recognized issue state'); | |
| 26 | + throw new Exception($githubMilestoneStateTest . ' is not recognized issue state'); | |
| 27 | 27 | } | 
| 28 | 28 | } |