Skip to content

Commit f7ae1a9

Browse files
author
Diwaker Gupta
committed
Fix the Version func.
1 parent 475ca83 commit f7ae1a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dropbox/sdk.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const (
3838
)
3939

4040
// Version returns the current SDK version and API Spec version
41-
func Version() (sdkVersion, specVersion string) {
41+
func Version() (string, string) {
4242
return sdkVersion, specVersion
4343
}
4444

generator/go_rsrc/sdk.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const (
3838
)
3939

4040
// Version returns the current SDK version and API Spec version
41-
func Version() (sdkVersion, specVersion string) {
41+
func Version() (string, string) {
4242
return sdkVersion, specVersion
4343
}
4444

0 commit comments

Comments
 (0)