mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Update scalafmt to 3.0.8
This commit is contained in:
@ -16,8 +16,8 @@ import munit._
|
||||
|
||||
class ImageSizeTest extends FunSuite {
|
||||
|
||||
//tiff files are not supported on the jdk by default
|
||||
//requires an external library
|
||||
// tiff files are not supported on the jdk by default
|
||||
// requires an external library
|
||||
val files = List(
|
||||
ExampleFiles.camera_letter_en_jpg -> Dimension(1695, 2378),
|
||||
ExampleFiles.camera_letter_en_png -> Dimension(1695, 2378),
|
||||
|
@ -15,8 +15,8 @@ object Playing extends IOApp {
|
||||
|
||||
def run(args: List[String]): IO[ExitCode] =
|
||||
IO {
|
||||
//val ods = ExampleFiles.examples_sample_ods.readURL[IO](8192, blocker)
|
||||
//val odt = ExampleFiles.examples_sample_odt.readURL[IO](8192, blocker)
|
||||
// val ods = ExampleFiles.examples_sample_ods.readURL[IO](8192, blocker)
|
||||
// val odt = ExampleFiles.examples_sample_odt.readURL[IO](8192, blocker)
|
||||
val rtf = ExampleFiles.examples_sample_rtf.readURL[IO](8192)
|
||||
|
||||
val x = for {
|
||||
|
Reference in New Issue
Block a user