Skip to content

Commit

Permalink
💄 Gloss: Format Code
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Sep 21, 2024
1 parent adf3c55 commit f912e97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ios/RNIContextMenu/RNIContextMenuAuxiliaryPreviewConfig.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ public struct RNIContextMenuAuxiliaryPreviewConfig {
};

public enum HorizontalAlignment: String {
case stretchScreen, stretchPreview, previewLeading;
case previewTrailing, previewCenter;
case stretchScreen, stretchPreview;
case previewLeading, previewTrailing, previewCenter;
};

public enum TransitionType {
Expand Down
2 changes: 1 addition & 1 deletion src/components/ContextMenuView/ContextMenuView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';
import { StyleSheet, View } from 'react-native';

import { TSEventEmitter } from '@dominicstop/ts-event-emitter';
import { RNIDetachedView, RNIWrapperView, RNIDetachedViewContent } from 'react-native-ios-utilities';
import { RNIDetachedView, RNIDetachedViewContent } from 'react-native-ios-utilities';

import { RNIContextMenuView, type RNIContextMenuViewRef } from '../../native_components/RNIContextMenuView';
import { ContextMenuViewContext } from '../../context/ContextMenuViewContext';
Expand Down

0 comments on commit f912e97

Please sign in to comment.