From 638bfea4b94e2740c427831af0b913fd5ce1c292 Mon Sep 17 00:00:00 2001 From: Alan Guo Xiang Tan Date: Tue, 9 Jan 2024 10:56:48 +0800 Subject: [PATCH] DEV: Fix syntax tree formatting --- plugin.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.rb b/plugin.rb index 094f685..828272a 100644 --- a/plugin.rb +++ b/plugin.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # name: discourse-oauth2-basic -# about: Allows users to login to your forum using a basic OAuth2 provider. +# about: Allows users to login to your forum using a basic OAuth2 provider. # meta_topic_id: 33879 # version: 0.3 # authors: Robin Ward