Skip to content

Commit 2236a4d

Browse files
author
samgarasx
committed
Refactor code
1 parent 28e6f6b commit 2236a4d

File tree

112 files changed

+118
-128
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+118
-128
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# Build
55
build/
66
out/
7-
.gradle/
7+
.gradle/

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,4 +199,4 @@
199199
distributed under the License is distributed on an "AS IS" BASIS,
200200
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201201
See the License for the specific language governing permissions and
202-
limitations under the License.
202+
limitations under the License.

README.md

Lines changed: 1 addition & 1 deletion

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
5-
zipStorePath=wrapper/dists
5+
zipStorePath=wrapper/dists

kotlin-react-intl/README.md

Lines changed: 1 addition & 1 deletion

kotlin-react-intl/react-intl-samples/src/main/kotlin/samples/Advanced.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,4 @@ val Advanced = FC<Props> {
106106
}
107107
}
108108
}
109-
}
109+
}

kotlin-react-intl/react-intl-samples/src/main/kotlin/samples/App.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ val App = FC<Props> {
3434
Advanced()
3535
Bug272()
3636
}
37-
}
37+
}

kotlin-react-intl/react-intl-samples/src/main/kotlin/samples/Bug2727.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ val Bug272 = FC<Props> {
5252
}
5353
}
5454
}
55-
}
55+
}

kotlin-react-intl/react-intl-samples/src/main/kotlin/samples/HandleChange.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ val HandleChange = FC<Props> {
6363
}.toTypedArray()
6464
}
6565
}
66-
}
66+
}

kotlin-react-intl/react-intl-samples/src/main/kotlin/samples/Hooks.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ val Hooks = FC<Props> {
7979
messages = providerMessages
8080
Demo { currentTime = Date() }
8181
}
82-
}
82+
}

0 commit comments

Comments
 (0)