Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sopel39 committed Feb 23, 2022
1 parent 01a12c1 commit dd9f80f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/trino-spi/src/main/java/io/trino/spi/Page.java
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ public Page getLoadedPage()

public Page getLoadedPage(int column)
{
return wrapBlocksWithoutCopy(positionCount, new Block[]{this.blocks[column].getLoadedBlock()});
return wrapBlocksWithoutCopy(positionCount, new Block[] {this.blocks[column].getLoadedBlock()});
}

public Page getLoadedPage(int... columns)
Expand Down

0 comments on commit dd9f80f

Please sign in to comment.