Skip to content

Commit

Permalink
Fixing detekt issues
Browse files Browse the repository at this point in the history
  • Loading branch information
howardrigberg committed Jun 7, 2022
1 parent 1d7da9d commit e5394e1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion models/src/main/java/com/vimeo/networking2/Lifetime.kt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ data class Lifetime(
override val used: Long? = null
) : StorageQuota


/**
* @see Lifetime.unit
* @see UploadQuotaUnitType
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package com.vimeo.networking2.enums

import com.vimeo.networking2.enums.StringValue

/**
* The unit type of the approach to calculating the upload quota (e.g. a byte size based approach or a video count
* based approach)
Expand All @@ -23,5 +21,4 @@ enum class UploadQuotaUnitType(override val value: String?) : StringValue {
* The quota is calculated using an unknown approach.
*/
UNKNOWN(null)

}

0 comments on commit e5394e1

Please sign in to comment.