mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-17 15:46:44 +00:00
Other(refactor): Linter fixes
This commit is contained in:
@ -1,13 +1,13 @@
|
|||||||
package bridge
|
package bridge
|
||||||
|
|
||||||
func (bridge *Bridge) ProvideLogsPath() (string, error) {
|
func (b *Bridge) ProvideLogsPath() (string, error) {
|
||||||
return bridge.locations.ProvideLogsPath()
|
return b.locations.ProvideLogsPath()
|
||||||
}
|
}
|
||||||
|
|
||||||
func (bridge *Bridge) GetLicenseFilePath() string {
|
func (b *Bridge) GetLicenseFilePath() string {
|
||||||
return bridge.locations.GetLicenseFilePath()
|
return b.locations.GetLicenseFilePath()
|
||||||
}
|
}
|
||||||
|
|
||||||
func (bridge *Bridge) GetDependencyLicensesLink() string {
|
func (b *Bridge) GetDependencyLicensesLink() string {
|
||||||
return bridge.locations.GetDependencyLicensesLink()
|
return b.locations.GetDependencyLicensesLink()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user