Skip to content

Commit 96b1770

Browse files
jrosen081ktoso
andauthored
add space
Co-authored-by: Konrad `ktoso` Malawski <[email protected]>
1 parent f1af9bd commit 96b1770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/JExtractSwift/Swift2JavaTranslator+Printing.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ extension Swift2JavaTranslator {
388388
private func printClassMemoryLayout(_ printer: inout CodePrinter, _ decl: ImportedNominalType) {
389389
printer.print(
390390
"""
391-
private static final GroupLayout $LAYOUT = (GroupLayout)SwiftValueWitnessTable.layoutOfSwiftType(TYPE_METADATA.$memorySegment());
391+
private static final GroupLayout $LAYOUT = (GroupLayout) SwiftValueWitnessTable.layoutOfSwiftType(TYPE_METADATA.$memorySegment());
392392
393393
public final GroupLayout $layout() {
394394
return $LAYOUT;

0 commit comments

Comments
 (0)