Skip to content

Commit

Permalink
Move to single line
Browse files Browse the repository at this point in the history
  • Loading branch information
JesserH committed Jan 18, 2021
1 parent 7f9d656 commit cf358e6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/block-library/src/column/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,7 @@ import { __ } from '@wordpress/i18n';
import { CSS_UNITS } from '../columns/utils';

function ColumnEdit( {
attributes: {
verticalAlignment,
width,
templateLock = false,
},
attributes: { verticalAlignment, width, templateLock = false },
setAttributes,
clientId,
} ) {
Expand Down

0 comments on commit cf358e6

Please sign in to comment.