mirror of
https://github.com/actions/toolkit.git
synced 2026-08-13 00:00:44 +02:00
Formatting and stylistic cleanup
This commit is contained in:
+1
-1
@@ -5,5 +5,5 @@ const packageJson = require('../../../package.json')
|
||||
* Ensure that this User Agent String is used in all HTTP calls so that we can monitor telemetry between different versions of this package
|
||||
*/
|
||||
export function getUserAgentString(): string {
|
||||
return `@actions/cache-${packageJson.version}`
|
||||
return `@actions/cache-${packageJson.version}`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user