Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 12, 2024
1 parent 2f20ac8 commit 900658f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/net/clesperanto/icy/IcyConverters.java
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ public static Sequence createSequence(long[] dims, icy.type.DataType type)
}
return seq;
}

/**
* Initialize the Icy meta data that is required to use Icy Sequences.
* Only initializes it if it has not been done before.
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/TestAbsolute.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

public class TestAbsolute {


@Test
public void testAbsolute() {
DeviceJ device = DeviceJ.getDefaultDevice();
Expand Down

0 comments on commit 900658f

Please sign in to comment.