Skip to content

Commit

Permalink
chore: Update scalafmt-core from 3.7.17 to 3.8.0 (#22)
Browse files Browse the repository at this point in the history
* chore: Update scalafmt-core from 3.7.17 to 3.8.0

* Reformat with scalafmt 3.8.0

Executed command: scalafmt --non-interactive

* Add 'Reformat with scalafmt 3.8.0' to .git-blame-ignore-revs

---------

Co-authored-by: RenkuBot <[email protected]>
  • Loading branch information
RenkuBot and RenkuBot authored Feb 20, 2024
1 parent e547d6f commit 77821c3
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 11 deletions.
2 changes: 2 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Scala Steward: Reformat with scalafmt 3.8.0
1033eb7071d821a2557f453190a041659c15fdf3
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.7.17"
version = "3.8.0"

preset = default
align.preset = some
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

package io.renku.avro.codec.decoders

import io.renku.avro.codec.{AvroDecoder, AvroCodecException}
import io.renku.avro.codec.{AvroCodecException, AvroDecoder}
import org.apache.avro.LogicalTypes.Decimal
import org.apache.avro.generic.GenericFixed
import org.apache.avro.{Conversions, Schema}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

package io.renku.avro.codec.decoders

import io.renku.avro.codec.{AvroDecoder, AvroCodecException}
import io.renku.avro.codec.{AvroCodecException, AvroDecoder}
import org.apache.avro.generic.GenericFixed
import scodec.bits.{BitVector, ByteVector}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

package io.renku.avro.codec.decoders

import io.renku.avro.codec.{AvroDecoder, AvroCodecException}
import io.renku.avro.codec.{AvroCodecException, AvroDecoder}
import org.apache.avro.LogicalTypes.{TimestampMicros, TimestampMillis}
import org.apache.avro.Schema

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

package io.renku.avro.codec.decoders

import io.renku.avro.codec.{AvroDecoder, AvroCodecException}
import io.renku.avro.codec.{AvroCodecException, AvroDecoder}

trait PrimitiveDecoders {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

package io.renku.avro.codec.decoders

import io.renku.avro.codec.{AvroDecoder, AvroCodecException}
import io.renku.avro.codec.{AvroCodecException, AvroDecoder}
import org.apache.avro.Schema
import org.apache.avro.generic.IndexedRecord

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

package io.renku.avro.codec.decoders

import io.renku.avro.codec.{AvroDecoder, AvroCodecException}
import io.renku.avro.codec.{AvroCodecException, AvroDecoder}
import org.apache.avro.generic.GenericFixed
import org.apache.avro.util.Utf8

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

package io.renku.avro.codec.encoders

import io.renku.avro.codec.{AvroEncoder, AvroCodecException}
import io.renku.avro.codec.{AvroCodecException, AvroEncoder}
import org.apache.avro.LogicalTypes.Decimal
import org.apache.avro.{Conversions, Schema}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

package io.renku.avro.codec.encoders

import io.renku.avro.codec.{AvroEncoder, AvroCodecException}
import io.renku.avro.codec.{AvroCodecException, AvroEncoder}
import org.apache.avro.Schema
import org.apache.avro.generic.GenericData
import scodec.bits.ByteVector
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

package io.renku.avro.codec.encoders

import io.renku.avro.codec.{AvroEncoder, AvroCodecException}
import io.renku.avro.codec.{AvroCodecException, AvroEncoder}
import org.apache.avro.LogicalTypes.{TimestampMicros, TimestampMillis}
import org.apache.avro.Schema

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

package io.renku.avro.codec.encoders

import io.renku.avro.codec.{AvroEncoder, AvroCodecException}
import io.renku.avro.codec.{AvroCodecException, AvroEncoder}
import org.apache.avro.Schema
import org.apache.avro.generic.GenericData
import org.apache.avro.util.Utf8
Expand Down

0 comments on commit 77821c3

Please sign in to comment.