Skip to content

Commit 780d41f

Browse files
fix: lint
1 parent 51e5854 commit 780d41f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ FastImage.clearMemoryCache = () =>
255255
FastImage.clearDiskCache = () => NativeModules.FastImageView.clearDiskCache()
256256

257257
FastImage.getCachePath = (source: Source) =>
258-
NativeModules.FastImageView.getCachePath(source);
258+
NativeModules.FastImageView.getCachePath(source)
259259

260260
const styles = StyleSheet.create({
261261
imageContainer: {

0 commit comments

Comments
 (0)