Skip to content

Commit 773b785

Browse files
committed
Fix value func
1 parent 1a5215b commit 773b785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

private/bufpkg/bufimage/bufimagemodify/file_option.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ func modifySwiftPrefix(
383383
return stringOverrideOptions{}
384384
},
385385
func(imageFile bufimage.ImageFile, stringOverrideOptions stringOverrideOptions) string {
386-
return ""
386+
return stringOverrideOptions.value
387387
},
388388
func(options *descriptorpb.FileOptions) string {
389389
return options.GetSwiftPrefix()

0 commit comments

Comments
 (0)