Skip to content

Commit

Permalink
Fixed package names
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusfinatti committed Sep 3, 2019
1 parent 4025a51 commit ca82b8d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group = "io.github.luxw"
version = "0.1"
version = "0.1.1"

plugins {
kotlin("jvm") version "1.3.50"
Expand Down
4 changes: 1 addition & 3 deletions src/main/kotlin/io/github/luxw/fuse/Fuse.kt
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/* ktlint-disable custom-ktlint-rules:no-header */

@file:Suppress("LongMethod", "ComplexMethod", "NestedBlockDepth", "ReturnCount")

package com.liebherr.hau.food.core.fuzzy
package io.github.luxw.fuse

import java.util.Locale
import kotlin.math.floor
Expand Down
4 changes: 1 addition & 3 deletions src/main/kotlin/io/github/luxw/fuse/FuseExtensions.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/* ktlint-disable custom-ktlint-rules:no-header */

package com.liebherr.hau.food.core.fuzzy
package io.github.luxw.fuse

/**
* The string in which to search for the pattern.
Expand Down
4 changes: 1 addition & 3 deletions src/main/kotlin/io/github/luxw/fuse/FuseUtilities.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/* ktlint-disable custom-ktlint-rules:no-header */

package com.liebherr.hau.food.core.fuzzy
package io.github.luxw.fuse

import kotlin.math.abs

Expand Down

0 comments on commit ca82b8d

Please sign in to comment.