Skip to content

Commit

Permalink
remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
sjenriquez committed Aug 9, 2017
1 parent f2ac70f commit 17c5db1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public static void setHostName(String hostName) {
*
* @return - The api key configured in the global configuration. Shortcut method.
*/
public static Secret getApiKey() {
public static Secret getApiKey() {
return DatadogUtilities.getDatadogDescriptor().getApiKey();
}

Expand Down

0 comments on commit 17c5db1

Please sign in to comment.