Fix extraneous newlines
This commit is contained in:
		@@ -29,7 +29,6 @@ import ComposePanel from './compose_panel';
 | 
			
		||||
import DrawerLoading from './drawer_loading';
 | 
			
		||||
import NavigationPanel from './navigation_panel';
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
const componentMap = {
 | 
			
		||||
  'COMPOSE': Compose,
 | 
			
		||||
  'HOME': HomeTimeline,
 | 
			
		||||
 
 | 
			
		||||
@@ -12,9 +12,6 @@ import { debounce, mapValues } from 'lodash';
 | 
			
		||||
import { doodleSet, uploadCompose } from 'flavours/glitch/actions/compose';
 | 
			
		||||
import Button from 'flavours/glitch/components/button';
 | 
			
		||||
import { IconButton } from 'flavours/glitch/components/icon_button';
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
// palette nicked from MyPaint, CC0
 | 
			
		||||
const palette = [
 | 
			
		||||
  ['rgb(  0,    0,    0)', 'Black'],
 | 
			
		||||
 
 | 
			
		||||
@@ -10,8 +10,6 @@ import { fetchFollowRequests } from 'flavours/glitch/actions/accounts';
 | 
			
		||||
import { IconWithBadge } from 'flavours/glitch/components/icon_with_badge';
 | 
			
		||||
import ColumnLink from 'flavours/glitch/features/ui/components/column_link';
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
const messages = defineMessages({
 | 
			
		||||
  text: { id: 'navigation_bar.follow_requests', defaultMessage: 'Follow requests' },
 | 
			
		||||
});
 | 
			
		||||
 
 | 
			
		||||
@@ -38,8 +38,6 @@ import MediaModal from './media_modal';
 | 
			
		||||
import ModalLoading from './modal_loading';
 | 
			
		||||
import VideoModal from './video_modal';
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
export const MODAL_COMPONENTS = {
 | 
			
		||||
  'MEDIA': () => Promise.resolve({ default: MediaModal }),
 | 
			
		||||
  'ONBOARDING': OnboardingModal,
 | 
			
		||||
 
 | 
			
		||||
@@ -5,7 +5,6 @@ import { defineMessages, injectIntl } from 'react-intl';
 | 
			
		||||
 | 
			
		||||
import { IconButton } from 'flavours/glitch/components/icon_button';
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
const messages = defineMessages({
 | 
			
		||||
  compress: { id: 'lightbox.compress', defaultMessage: 'Compress image view box' },
 | 
			
		||||
  expand: { id: 'lightbox.expand', defaultMessage: 'Expand image view box' },
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user