Skip to content

Commit

Permalink
remove some new lines from examples
Browse files Browse the repository at this point in the history
  • Loading branch information
vursen committed Dec 20, 2024
1 parent 3c07967 commit 93a2c55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public ContextMenuDisableOnClick() {
});
}

public static class Exporter
public static class Exporter // hidden-source-line
extends DemoExporter<ContextMenuDisableOnClick> { // hidden-source-line
} // hidden-source-line
}
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ private static Span createDropLabel() {
return new Span(cloudHint, policyLink);
}

public static class Exporter extends // hidden-source-line
DemoExporter<UploadDropLabel> { // hidden-source-line
public static class Exporter extends DemoExporter<UploadDropLabel> { // hidden-source-line
} // hidden-source-line
}

0 comments on commit 93a2c55

Please sign in to comment.