Skip to content

Commit c0567a8

Browse files
committed
WIP: Changes to make testing easier
1 parent fdcb9ee commit c0567a8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Sources/SwiftBasicFormat/generated/BasicFormat.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ open class BasicFormat: SyntaxRewriter {
2222
.spaces(indentationLevel * 4)
2323
}
2424

25+
2526
public var indentedNewline: Trivia {
2627
Trivia(pieces: [.newlines(1), indentation])
2728
}

build-script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@ def verify_source_code_command(args: argparse.Namespace) -> None:
775775
try:
776776
verify_gyb_generated_files(args.gyb_exec, verbose=args.verbose)
777777

778-
if not args.gyb_only:
778+
if not args.gyb_only or True:
779779
verify_code_generated_files(
780780
toolchain=args.toolchain,
781781
verbose=args.verbose,

0 commit comments

Comments
 (0)