Skip to content

Commit

Permalink
fix whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
samuolis committed Aug 23, 2024
1 parent 979f176 commit 13c8158
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion openfeature/providers/kotlin-provider/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,4 @@ coroutineScope.launch {

## Contributing
This project welcomes contributions from the community.
If you're interested in contributing, see the [contributors' guide](https://github.com/thomaspoignant/go-feature-flag/blob/main/CONTRIBUTING.md) for some helpful tips.
If you're interested in contributing, see the [contributors' guide](https://github.com/thomaspoignant/go-feature-flag/blob/main/CONTRIBUTING.md) for some helpful tips.
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,4 @@ class GoFeatureFlagProvider(private val options: GoFeatureFlagOptions) : Feature
this.ofrepProvider.shutdown()
this.dataCollectorManager?.stop()
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -283,4 +283,4 @@ class OfrepProvider(
}
return retryDate.time
}
}
}

0 comments on commit 13c8158

Please sign in to comment.