Skip to content

Commit 15ffb9d

Browse files
removed unnessary space
1 parent 70e0aa0 commit 15ffb9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LCT.Facade/JfrogAqlApiCommunicationFacade.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public Task<HttpResponseMessage> CheckConnection()
4444
/// <returns>HttpResponseMessage</returns>
4545
public async Task<HttpResponseMessage> GetInternalComponentDataByRepo(string repoName)
4646
{
47-
return await m_jfrogAqlApiCommunication.GetInternalComponentDataByRepo(repoName);
47+
return await m_jfrogAqlApiCommunication.GetInternalComponentDataByRepo(repoName);
4848
}
4949
/// <summary>
5050
/// Gets the Internal Component Data By Repo Name

0 commit comments

Comments
 (0)