Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
barryoneill committed Sep 17, 2021
1 parent 115e38b commit ae0e040
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ We'll make use of https://www.spaceflightnewsapi.net/ - a simple, open API offer
We will deploy a `/spacenews` slash command that:
* takes a search term argument, e.g `/spacenews nasa`
* queries `GET https://api.spaceflightnewsapi.net/v3/articles?_limit=3&title_contains=nasa`
* formats the results in a pretty list (see the end of this tutorial for the finished product)
* formats the results in a pretty list:

![a working command](https://user-images.githubusercontent.com/885049/133719900-9336c55a-b3d3-4900-bcf7-0547a77e6159.png)

Expand Down
2 changes: 1 addition & 1 deletion src/test/scala/examples/SpaceNewsExample.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package examples

import cats.effect.{IO, IOApp}
import cats.effect.{ IO, IOApp }
import com.slack.api.app_backend.slash_commands.payload.SlashCommandPayload
import com.slack.api.model.block.LayoutBlock
import eu.timepit.refined.auto._
Expand Down

0 comments on commit ae0e040

Please sign in to comment.