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