Skip to content

Commit 51fc266

Browse files
committed
Implement CR suggestion
1 parent 53c6fb6 commit 51fc266

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Diff for: .formatter.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
inputs: [
3-
"{lib,test,config}/**/*.{ex,exs}",
3+
"{lib,test,config,examples}/**/*.{ex,exs}",
44
".formatter.exs",
55
"*.exs"
66
],

Diff for: lib/transcoder.ex

+1-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ defmodule Membrane.Transcoder do
1414
* `Membrane.AAC`
1515
* `Membrane.Opus`
1616
* `Membrane.RawAudio`
17-
* `Membrane.RemoteStream{content_type: Membrane.Opus}` (only as input stream)
18-
19-
Please note that not all the conversions are possible!
17+
* `Membrane.RemoteStream{content_type: Membrane.Opus}` (only as an input stream)
2018
"""
2119
use Membrane.Bin
2220

0 commit comments

Comments
 (0)