diff --git a/docs/fastdds/getting_started/simple_app/includes/publisher.rst b/docs/fastdds/getting_started/simple_app/includes/publisher.rst index dd21532b8..0bf6036ce 100644 --- a/docs/fastdds/getting_started/simple_app/includes/publisher.rst +++ b/docs/fastdds/getting_started/simple_app/includes/publisher.rst @@ -171,4 +171,4 @@ From the build directory in the workspace, run the following commands. cmake .. cmake --build . - ./DDSHelloWorldPublisher \ No newline at end of file + ./DDSHelloWorldPublisher diff --git a/docs/fastdds/getting_started/simple_app/includes/subscriber.rst b/docs/fastdds/getting_started/simple_app/includes/subscriber.rst index f5fa33224..85208d7b0 100644 --- a/docs/fastdds/getting_started/simple_app/includes/subscriber.rst +++ b/docs/fastdds/getting_started/simple_app/includes/subscriber.rst @@ -126,4 +126,4 @@ From the build directory in the workspace, run the following commands. cmake .. cmake --build . - ./DDSHelloWorldSubscriber \ No newline at end of file + ./DDSHelloWorldSubscriber