Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
alicewriteswrongs committed Jul 5, 2018
1 parent 814887a commit a8c822e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/components/ExpandedPostDisplay.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { formatPostTitle, PostVotingButtons } from "../lib/posts"
import { preventDefaultAndInvoke, userIsAnonymous } from "../lib/util"
import { editPostKey } from "../components/CommentForms"
import { makeProfile } from "../lib/profile"
import { postPermalink } from '../lib/url'
import { postPermalink } from "../lib/url"

import type { Post, Channel } from "../flow/discussionTypes"
import type { FormsState } from "../flow/formTypes"
Expand Down

0 comments on commit a8c822e

Please sign in to comment.