Skip to content

Commit

Permalink
Remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin-Frost committed May 28, 2021
1 parent ae2bb26 commit f5cfa65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ requestOn: aString
httpGet: url
do: [ :request |
request headerAt: 'Accept' put: self mimeType.
self token ifNotEmpty: [request headerAt: 'Authorization' put: ('token ' , self token)]
self token ifNotEmpty: [request headerAt: 'Authorization' put: ('token ' , self token)]
].
response content; close ]
on: Error
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"getLogsForRepository:logId:" : "ng 5/27/2021 19:07",
"gitHubActionsApiUrl" : "ng 5/14/2021 16:07",
"mimeType" : "ng 5/14/2021 15:45",
"requestOn:" : "BF 5/28/2021 21:20",
"requestOn:" : "BF 5/28/2021 21:36",
"throwExceptionForResponseCode:" : "ng 5/26/2021 19:14",
"token" : "BF 5/28/2021 21:07",
"token:" : "BF 5/28/2021 20:57",
Expand Down

0 comments on commit f5cfa65

Please sign in to comment.